name: tests_tapi run_id: commands[0] env HOME: /home/jenkins env LANG: C.UTF-8 env PATH: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests_tapi/bin:/opt/pyenv/bin:/tmp/venv-AXoP/bin:/opt/pyenv/shims:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin env PYTHONHASHSEED: 654656021 env PIP_DISABLE_PIP_VERSION_CHECK: 1 env PYTHONIOENCODING: utf-8 env USE_ODL_ALT_KARAF_ENV: ./karaf221.env env USE_ODL_ALT_KARAF_INSTALL_DIR: karaf221 env INSTALL_TAPI: True env OLM_TIMER1: 3000 env OLM_TIMER2: 2000 env TOX_ENV_NAME: tests_tapi env TOX_WORK_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox env TOX_ENV_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests_tapi env VIRTUAL_ENV: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests_tapi metadata pid: 31000 cwd: /w/workspace/transportpce-tox-verify-transportpce-master/tests allow: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests_tapi/bin/*:launch_tests.sh cmd: ./launch_tests.sh tapi exit_code: 1 using environment variables from ./karaf221.env pytest -q transportpce_tests/tapi/test01_abstracted_topology.py .................................................. [100%] 50 passed in 234.81s (0:03:54) pytest -q transportpce_tests/tapi/test02_full_topology.py .............................. [100%] 30 passed in 270.68s (0:04:30) pytest -q transportpce_tests/tapi/test03_tapi_device_change_notifications.py ..............F......F......F......F......F......F......F............. [100%] =================================== FAILURES =================================== ___________ TransportPCEFulltesting.test_15_check_update_portmapping ___________ self = def test_15_check_update_portmapping(self): response = test_utils.get_portmapping_node_attr("XPDR-C1", None, None) > self.assertEqual(response['status_code'], requests.codes.ok) E AssertionError: 409 != 200 transportpce_tests/tapi/test03_tapi_device_change_notifications.py:311: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_15_check_update_portmapping _________ TransportPCEFulltesting.test_22_check_update_portmapping_ok __________ self = def test_22_check_update_portmapping_ok(self): response = test_utils.get_portmapping_node_attr("XPDR-C1", None, None) > self.assertEqual(response['status_code'], requests.codes.ok) E AssertionError: 409 != 200 transportpce_tests/tapi/test03_tapi_device_change_notifications.py:448: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_22_check_update_portmapping_ok ___________ TransportPCEFulltesting.test_29_check_update_portmapping ___________ self = def test_29_check_update_portmapping(self): response = test_utils.get_portmapping_node_attr("ROADM-A1", None, None) > self.assertEqual(response['status_code'], requests.codes.ok) E AssertionError: 409 != 200 transportpce_tests/tapi/test03_tapi_device_change_notifications.py:532: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_29_check_update_portmapping _________ TransportPCEFulltesting.test_36_check_update_portmapping_ok __________ self = def test_36_check_update_portmapping_ok(self): response = test_utils.get_portmapping_node_attr("ROADM-A1", None, None) > self.assertEqual(response['status_code'], requests.codes.ok) E AssertionError: 409 != 200 transportpce_tests/tapi/test03_tapi_device_change_notifications.py:644: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_36_check_update_portmapping_ok ___________ TransportPCEFulltesting.test_43_check_update_portmapping ___________ self = def test_43_check_update_portmapping(self): response = test_utils.get_portmapping_node_attr("ROADM-A1", None, None) > self.assertEqual(response['status_code'], requests.codes.ok) E AssertionError: 409 != 200 transportpce_tests/tapi/test03_tapi_device_change_notifications.py:695: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_43_check_update_portmapping _________ TransportPCEFulltesting.test_50_check_update_portmapping_ok __________ self = def test_50_check_update_portmapping_ok(self): > self.test_36_check_update_portmapping_ok() transportpce_tests/tapi/test03_tapi_device_change_notifications.py:807: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ transportpce_tests/tapi/test03_tapi_device_change_notifications.py:644: in test_36_check_update_portmapping_ok self.assertEqual(response['status_code'], requests.codes.ok) E AssertionError: 409 != 200 ----------------------------- Captured stdout call ----------------------------- execution of test_50_check_update_portmapping_ok ___________ TransportPCEFulltesting.test_57_check_update_portmapping ___________ self = def test_57_check_update_portmapping(self): response = test_utils.get_portmapping_node_attr("ROADM-A1", None, None) > self.assertEqual(response['status_code'], requests.codes.ok) E AssertionError: 409 != 200 transportpce_tests/tapi/test03_tapi_device_change_notifications.py:838: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_57_check_update_portmapping =========================== short test summary info ============================ FAILED transportpce_tests/tapi/test03_tapi_device_change_notifications.py::TransportPCEFulltesting::test_15_check_update_portmapping FAILED transportpce_tests/tapi/test03_tapi_device_change_notifications.py::TransportPCEFulltesting::test_22_check_update_portmapping_ok FAILED transportpce_tests/tapi/test03_tapi_device_change_notifications.py::TransportPCEFulltesting::test_29_check_update_portmapping FAILED transportpce_tests/tapi/test03_tapi_device_change_notifications.py::TransportPCEFulltesting::test_36_check_update_portmapping_ok FAILED transportpce_tests/tapi/test03_tapi_device_change_notifications.py::TransportPCEFulltesting::test_43_check_update_portmapping FAILED transportpce_tests/tapi/test03_tapi_device_change_notifications.py::TransportPCEFulltesting::test_50_check_update_portmapping_ok FAILED transportpce_tests/tapi/test03_tapi_device_change_notifications.py::TransportPCEFulltesting::test_57_check_update_portmapping 7 failed, 63 passed in 446.22s (0:07:26)